SyNexusOrganizationAddress 
Logical Entity Name  SyNexusOrganizationAddress 
Default Table Name  SyNexusOrganizationAddress 
Physical Only  NO 
Definition 
 
Note 
 

SyNexusOrganizationAddress Columns 
ColumnName  Domain  Datatype  NULL  Definition 
SyNexusOrganizationAddressId(PK)    int  NO 
 
SyNexusOrganizationId(FK)    int  NO 
 
SyAddrTypeId    int  YES 
 
CVueSourceTypeId    int  YES 
 
StreetAddress    nvarchar(305)  YES 
 
City    nvarchar(35)  YES 
 
State    nvarchar(2)  YES 
 
Zip    nvarchar(10)  YES 
 
SyCountryId(FK)    int  YES 
 
SyCountyId(FK)    int  YES 
 
EffectiveBeginDate    datetime  YES 
 
EffectiveEndDate    datetime  YES 
 
note    nvarchar(max)  YES 
 
IsPrimary    bit  NO 
 
IsValid    bit  NO 
 
IsActive    bit  NO 
 
UserId    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 

SyNexusOrganizationAddress Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_SyNexusOrganizationAddress  PrimaryKey  SyNexusOrganizationAddressId 

SyNexusOrganizationAddress Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
SyCountry  Non-Identifying  Zero or One to Zero or More  SyNexusOrganizationAddressSyCountryId_SyCountrySyCountryId      SyCountryId  NO  YES 
SyCounty  Non-Identifying  Zero or One to Zero or More  SyNexusOrganizationAddressSyCountyId_SyCountySyCountyId      SyCountyId  NO  YES 
SyNexusOrganization  Non-Identifying  One To Zero or More  SyNexusOrganizationAddressSyNexusOrganizationId_SyNexusOrganizationSyNexusOrganizationId      SyNexusOrganizationId  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 

SyNexusOrganizationAddress Check Constraints 
Check Constraint Name  CheckConstraint